home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / dobbs / v17n02 / turtle.exe / ASETUP < prev    next >
Encoding:
Text File  |  1991-08-04  |  894 b   |  51 lines

  1. #################################################
  2. #                                               #
  3. # Animation demo setup script. You should run   #
  4. # this script to create the data files needed   #
  5. # by animate.                                   #
  6. #                                               #
  7. #################################################
  8. prompt Creating animation data files
  9. prompt Please wait....
  10. show on
  11. clear
  12. pendown
  13. pencolor 14
  14. setxy 0 100
  15. setxy 100 100
  16. setxy 100 0
  17. setxy 0 0
  18. setxy 100 100
  19. setxy 0 100
  20. setxy 100 0
  21. penup
  22. setxy 35 30
  23. fill
  24. setxy 80 85
  25. fill
  26. pendown
  27. pencolor 1
  28. # save 1st file
  29. save adata.001
  30. clear
  31. pendown
  32. pencolor 14
  33. setxy 0 100
  34. setxy 100 100
  35. setxy 100 0
  36. setxy 0 0
  37. setxy 100 100
  38. setxy 0 100
  39. setxy 100 0
  40. penup
  41. setxy 30 35
  42. fill
  43. setxy 85 80
  44. fill
  45. pendown
  46. pencolor 1
  47. # ssave 2nd file
  48. save adata.002
  49. show off
  50. prompt Done
  51.